home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / data / libraries / jstree.tre < prev    next >
Text File  |  2002-06-03  |  5KB  |  302 lines

  1. JavaScript
  2.     Window
  3.         window.defaultStatus
  4.         window.frames[]
  5.         window.length
  6.         window.name
  7.         window.opener
  8.         window.parent
  9.         window.self
  10.         window.status
  11.         window.top
  12.         window.alert("")
  13.         window.blur()
  14.         window.clearTimeout()
  15.         window.confirm()
  16.         window.focus()
  17.         window.open()
  18.         window.prompt("", "")
  19.         window.scroll()
  20.         window.setTimeout()
  21.     History
  22.         history.length
  23.         history.back()
  24.         history.forward()
  25.         history.go()
  26.     Location
  27.         location.hash
  28.         location.host
  29.         location.hostname
  30.         location.href
  31.         location.pathname
  32.         location.port
  33.         location.protocol
  34.         location.search
  35.         location.reload()
  36.         location.replace()
  37.     Document
  38.         document.alinkColor
  39.         document.anchors
  40.         document.bgColor
  41.         document.cookie
  42.         document.embeds
  43.         document.fgColor
  44.         document.forms
  45.         document.lastModified
  46.         document.linkColor
  47.         document.links
  48.         document.location
  49.         document.referrer
  50.         document.title
  51.         document.vlinkColor
  52.         document.clear()
  53.         document.close()
  54.         document.open()
  55.         document.write()
  56.         document.writeln()
  57.     Form
  58.         form.action
  59.         form.elements
  60.         form.encoding
  61.         form.length
  62.         form.method
  63.         form.target
  64.         form.reset()
  65.         form.submit()
  66.     Button
  67.         button.name
  68.         button.type  
  69.         button.value
  70.         button.click()
  71.     Checkbox
  72.         checkbox.checked
  73.         checkbox.defaultChecked
  74.         checkbox.name
  75.         checkbox.type
  76.         checkbox.value
  77.         checkbox.click()
  78.     Hidden
  79.         hidden.name
  80.         hidden.type
  81.         hidden.value
  82.     Password
  83.         password.defaultValue
  84.         password.name
  85.         password.type
  86.         password.value
  87.         password.blur()
  88.         password.focus()
  89.         password.select()
  90.     Radio
  91.         radio.checked
  92.         radio.defaultChecked
  93.         radio.length
  94.         radio.name 
  95.         radio.type
  96.         radio.value
  97.         radio.click()
  98.     Reset
  99.         reset.name
  100.         reset.type
  101.         reset.value
  102.         reset.click()
  103.     Select
  104.         select.length
  105.         select.name
  106.         select.options
  107.         select.selectedIndex
  108.         select.text
  109.         select.type
  110.         select.blur()
  111.         select.focus()
  112.     Submit
  113.         submit.name
  114.         submit.type
  115.         submit.value
  116.         submit.click()
  117.     Text
  118.         text.defaultValue
  119.         text.name
  120.         text.type
  121.         text.value
  122.         text.blur()
  123.         text.focus()
  124.         text.select()
  125.     Textarea
  126.         textarea.defaultValue
  127.         textarea.name
  128.         textarea.type
  129.         textarea.value
  130.         textarea.blur()
  131.         textarea.focus()
  132.         textarea.select()
  133.     Image
  134.         image.border
  135.         image.complete
  136.         image.height
  137.         image.hspace
  138.         image.lowsrc
  139.         image.name
  140.         image.prototype
  141.         image.src
  142.         image.vspace
  143.         image.width
  144.     Images
  145.         images.length
  146.     Link
  147.         link.hash
  148.         link.host
  149.         link.hostname
  150.         link.href
  151.         link.pathname
  152.         link.port
  153.         link.protocol
  154.         link.search
  155.         link.target
  156.     Frame
  157.         frame.frames
  158.         frame.name
  159.         frame.length
  160.         frame.parent
  161.         frame.self
  162.         frame.window
  163.         frame.blur()
  164.         frame.clearTimeout()
  165.         frame.focus()
  166.         frame.setTimeout()
  167.     Navigator
  168.         navigator.appCodeName
  169.         navigator.appname
  170.         navigator.appVersion
  171.         navigator.mimeTypes
  172.         navigator.userAgent
  173.     Plugin
  174.         plugin.description
  175.         plugin.filename
  176.         plugin.length
  177.         plugin.name
  178.     Date
  179.         Date.prototype
  180.         Date.getDate()
  181.         Date.getDay()
  182.         Date.getHours()
  183.         Date.getMinutes()
  184.         Date.getMonth()
  185.         Date.getSeconds()
  186.         Date.getTime()
  187.         Date.getTimezoneOffset()
  188.         Date.getYear()
  189.         Date.parse("")
  190.         Date.setdate()
  191.         Date.setHours()
  192.         Date.setMinutes()
  193.         Date.setMonth()
  194.         Date.setSeconds()
  195.         Date.setTime()
  196.         Date.setYear()
  197.         Date.toGMTString()
  198.         Date.toLocaleString()
  199.         Date.UTC()
  200.     Math
  201.         Math.E
  202.         Math.LN2
  203.         Math.LN10
  204.         Math.LOG2E
  205.         Math.LOG10E
  206.         Math.PI
  207.         Math.SQRT1_2
  208.         Math.SGRT2
  209.         Math.abs()
  210.         Math.acos()
  211.         Math.asin()
  212.         Math.atan()
  213.         Math.ceil() 
  214.         Math.cos()
  215.         Math.exp()
  216.         Math.floor()
  217.         Math.log()
  218.         Math.max()
  219.         Math.min()
  220.         Math.pow()
  221.         Math.random()
  222.         Math.round()
  223.         Math.sin()
  224.         Math.sgrt()
  225.         Math.tan()
  226.     TextString
  227.         Textstring.length
  228.         Textstring.prototype
  229.         Textstring.anchor()
  230.         Textstring.big()
  231.         Textstring.blink()
  232.         Textstring.bold()
  233.         Textstring.charAt()
  234.         Textstring.fixed()
  235.         Textstring.fontcolor()
  236.         Textstring.fontsize()
  237.         Textstring.indexOf()
  238.         Textstring.italics()
  239.         Textstring.lastIndexOf()
  240.         Textstring.link()
  241.         Textstring.small
  242.         Textstring.split()
  243.         Textstring.strike()
  244.         Textstring.sub()
  245.         Textstring.substring()
  246.         Textstring.sup()
  247.         Textstring.toLowerCase()
  248.         Textstring.toUpperCase()
  249.     Reserved Words
  250.         abstract
  251.         boolean
  252.         break
  253.         byte
  254.         case
  255.         catch
  256.         char
  257.         class
  258.         const
  259.         continue
  260.         default
  261.         do
  262.         double
  263.         else
  264.         extends
  265.         false
  266.         final
  267.         finally
  268.         float
  269.         for
  270.         function
  271.         goto
  272.         if
  273.         implements
  274.         import
  275.         in
  276.         instanceof 
  277.         int
  278.         interface
  279.         long
  280.         native
  281.         new
  282.         null
  283.         package
  284.         private
  285.         protected
  286.         public
  287.         return
  288.         short
  289.         static
  290.         super
  291.         switch
  292.         synchronized
  293.         this
  294.         throw
  295.         transient
  296.         true
  297.         try
  298.         var
  299.         void
  300.         while
  301.         with
  302.